home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ccccllllGGGGeeeettttDDDDeeeeffffaaaauuuulllltttt((((3333ddddmmmm)))) ccccllllGGGGeeeettttDDDDeeeeffffaaaauuuulllltttt((((3333ddddmmmm))))
-
-
-
- NNNNAAAAMMMMEEEE
- clGetDefault - Get the default value of a parameter
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ddddmmmmeeeeddddiiiiaaaa////ccccllll....hhhh>>>>
-
- iiiinnnntttt ccccllllGGGGeeeettttDDDDeeeeffffaaaauuuulllltttt((((CCCCLLLLhhhhaaaannnnddddlllleeee hhhhaaaannnnddddlllleeee,,,, iiiinnnntttt ppppaaaarrrraaaammmmIIIIDDDD))))
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- _h_a_n_d_l_e A handle to a compressor or decompressor.
-
- _p_a_r_a_m_I_D A parameter identifier.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- ccccllllGGGGeeeettttDDDDeeeeffffaaaauuuulllltttt queries the object _h_a_n_d_l_e and returns the default value of
- the parameter specified by _p_a_r_a_m_I_D.
-
- To get parameter identifiers for all the parameters associated with a
- processing object, use ccccllllQQQQuuuueeeerrrryyyyPPPPaaaarrrraaaammmmssss.
-
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- ccccllllGGGGeeeettttDDDDeeeeffffaaaauuuulllltttt returns the default value of the selected parameter, or a
- negative error code on failure.
-
-
- NNNNOOOOTTTTEEEESSSS
- Some parameters (such as CL_BEST_FIT) can take on negative values.
- ccccllllGGGGeeeettttMMMMiiiinnnnMMMMaaaaxxxx can be used to test if _p_a_r_a_m_I_D is a valid parameter
- identifier.
-
-
-
- EEEEXXXXAAAAMMMMPPPPLLLLEEEE
- #include <dmedia/cl.h>
- CLhandle handle;
- int initial;
-
- clOpenDecompressor(scheme, &handle);
-
- initial = clGetDefault(handle, CL_FORMAT);
- ...
-
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- CLintro(3dm), clQueryParams(3dm), clGetMinMax(3dm), clGetName(3dm)
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-